internal representation
英 [ɪnˈtɜːnl ˌreprɪzenˈteɪʃn]
美 [ɪnˈtɜːrnl ˌreprɪzenˈteɪʃn]
网络 内部表示; 内部表象; 内在表征; 内部表征; 内在表象
英英释义
noun
- a presentation to the mind in the form of an idea or image
双语例句
- These source files are read and an internal representation called a loader is built of the beans and the relationships among them.
读取这些源文件并构建bean及其相互关系的内部表示(称为装载器)。 - In the front end of the compiler, the internal representation for GIMPLE was redefined, meaning that the compiler consumes less memory.
在编译器的前端,GIMPLE的内部表示被重新定义,这意味着编译器将消耗更少的内存。 - The contribution is: Proposed an internal representation for object-oriented software: multi-level dependency graph.
所做的工作如下:提出一种面向对象软件的中间表示法:多粒度依赖关系图。 - However, Java code never exposes this internal representation to the programs it exchanges data with.
不过,Java代码永远不会把这种内部表示向与它交换数据的程序公开。 - A simple table associates the string describing a pattern to its corresponding internal representation.
一个简单的表将描述一个模式的字符串关联到它相应的内部表示。 - An instruction exists as an internal representation in the assembler;
指令在汇编器中以一种内部表示的形式存在; - We have the ability to translate from a number of parsers to an internal representation which we use for compilation.
我们有能力借鉴众多解析器来自行开发用于编译的和一个解析器的内部实现。 - The process involves generating an internal representation of a method that's different from bytecodes but at a higher level than the target processor's native instructions.
此过程将生成方法的一个内部表示,该表示与字节码不同但是其级别要高于目标处理器的本地指令。 - If the internal representation of the spatial value requires less bytes than specified in the inline length setting, then it will be stored inline as VARCHAR FOR BIT DATA.
如果空间值的内部表示需要的字节数少于inlinelength设置中指定的值,那么它将以内联(inline)的方式存储为VARCHARFORBITDATA。 - Currently the loader passes the internal representation of the code back to Ruby for execution.
目前,加载器会把代码的内部表示返回给Ruby来执行。